home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / uztd12.zip / UZTD.DOC < prev    next >
Text File  |  1993-04-04  |  4KB  |  93 lines

  1.  
  2.                          Unzip To Dir 1.2
  3.                 Copyright (c) 1993  Gregory Sherman
  4.  
  5.  
  6.                           ACKNOWLEDGEMENT
  7.  
  8.          PKUNZIP is a registered trademark of PKWARE, Inc.
  9.  
  10.  
  11.                               E-MAIL
  12.  
  13.            Send questions and comments via Internet to:
  14.              Gregory.Sherman@f129.n102.z1.fidonet.org
  15.  
  16.  
  17.                             DISTRIBUTION
  18.  
  19.      This program is shareware.  You can upload it to BBSs, give copies
  20.      to friends, etc.  Please include this file, UZTDREG.FRM, and 
  21.      UZTD.EXE when you distribute the program.
  22.  
  23.  
  24.                              REGISTRATION
  25.                                         
  26.       You may evaluate Unzip to Dir for a period of 30 days.  If you
  27.       continue to use it beyond this period, you must register.
  28.       Registered users will receive instructions that will prevent
  29.       the registration notice from appearing.  Your registration will 
  30.       be valid for all future versions of Unzip to Dir.
  31.      
  32.       The registration fee is $3.  You may send a check (US funds
  33.       drawn on a U.S. bank), money order, or cash to:
  34.        
  35.                          Gregory Sherman
  36.                          4750 Sawtelle Blvd
  37.                          Culver City CA  90230
  38.  
  39.       You can print and fill out the included registration form, 
  40.       UZTDREG.FRM.  Otherwise, please include your name (as you
  41.       want it to appear when the program runs) and your address
  42.       with your registration fee.
  43.  
  44.  
  45.                              INTRODUCTION
  46.  
  47.       Unzip to Dir is intended for use on hard disks only.  It unzips
  48.       ZIP archives so that the contents of different archives are kept
  49.       in separate directories.  Unzip to Dir will call PKUNZIP to 
  50.       extract files from a ZIP archive and place them in a directory 
  51.       with the same name as the archive.  For example, the files in 
  52.       \PROGS\RTNS\LIB12.ZIP will be unzipped and placed in a directory 
  53.       called \PROGS\RTNS\LIB12\ .
  54.  
  55.                  
  56.                              INSTRUCTIONS
  57.  
  58.    Place UZTD.EXE and PKUNZIP.EXE in a directory that is included in the
  59.    PATH statement of your AUTOEXEC.BAT file.
  60.  
  61.    Unzip to Dir is run from the DOS command line with this form:   
  62.              uztd [filename | directory-pathname] [-d]
  63.  
  64.     "filename" can be of the form "name.zip" or "name". 
  65.     Pathnames can also be used.  When UZTD is run on a single file,
  66.     the newly created directory is made the current DOS directory.
  67.  
  68.     "directory-pathname" is of the form "\dir1\dir2\dir3\".  
  69.      The final "\" must be included.
  70.  
  71.      The optional switch "-d" will make Unzip to Dir delete
  72.      ZIP files after unzipping them.
  73.  
  74.    Examples : "uztd frk14" will unzip FRK14.ZIP, placing the files in
  75.                  a subdirectory of the current directory named FRK14
  76.  
  77.               "uztd \tp\source\zipcvt27.zip" will unzip ZIPCVT27.ZIP,
  78.                placing the files in \tp\source\zipcvt27\
  79.  
  80.               "uztd -d" will unzip all ZIP files in the current directory,
  81.                placing files in subdirectories named after ZIP files,
  82.                and will also delete the ZIP files
  83.  
  84.               "uztd \comm\dls\" will unzip all ZIP files in \COMM\DLS\,
  85.                placing files in subdirectories named after ZIP files
  86.  
  87.  
  88.                               DISCLAIMER
  89.  
  90.    Unzip To Dir is provided "as is".  Use at your own risk.  
  91.    Gregory Sherman disclaims all warranties, including the implied 
  92.    warranties of merchantability and fitness for a particular purpose.
  93.